home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
ThinkCPosix 1.1
/
sys⁄types.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-09-11
|
249 b
|
13 lines
|
[
TEXT/KAHL
]
/* $Id: $ */
#pragma once
typedef unsigned short dev_t;
typedef unsigned short gid_t;
typedef unsigned short ino_t;
typedef unsigned short mode_t;
typedef unsigned char nlink_t;
typedef long off_t;
typedef int pid_t;
typedef unsigned short uid_t;